From: Ævar Arnfjörð Bjarmason Date: Fri, 15 Apr 2005 21:54:45 +0000 (+0000) Subject: * Improved the $wgBrowserBlackList regex for IE on OS9, and commented. X-Git-Tag: 1.5.0alpha1~258 X-Git-Url: http://git.cyclocoop.org/%22.%24info%5B?a=commitdiff_plain;h=3ac7811115109b992e6bb413b50fbfd59f01b310;p=lhc%2Fweb%2Fwiklou.git * Improved the $wgBrowserBlackList regex for IE on OS9, and commented. --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 8ac177c395..4c9c56fc7b 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1129,8 +1129,19 @@ $wgCategoryMagicGallery = true; */ $wgBrowserBlackList = array( "/Mozilla\/4\.78 \[en\] \(X11; U; Linux/", - # MSIE on Mac OS 9 is teh sux0r, converts þ to , ð to , Þ to and Ð to - "/Mozilla\/4.0 \(compatible; MSIE 5.0; Mac_PowerPC\)/" + /** + * MSIE on Mac OS 9 is teh sux0r, converts þ to , ð to , Þ to and Ð to + * + * Known useragents: + * - Mozilla/4.0 (compatible; MSIE 5.0; Mac_PowerPC) + * - Mozilla/4.0 (compatible; MSIE 5.15; Mac_PowerPC) + * - Mozilla/4.0 (compatible; MSIE 5.23; Mac_PowerPC) + * - [...] + * + * @link http://en.wikipedia.org/w/index.php?title=User%3A%C6var_Arnfj%F6r%F0_Bjarmason%2Ftestme&diff=12356041&oldid=12355864 + * @link http://en.wikipedia.org/wiki/Template%3AOS9 + */ + "/Mozilla\/4\.0 \(compatible; MSIE 5\.\d+; Mac_PowerPC\)/" ); /**